翻訳と辞書
Words near each other
・ Comparison of integrated development environments
・ Comparison of Intel processors
・ Comparison of international blood pressure guidelines
・ Comparison of Internet forum software
・ Comparison of Internet Relay Chat bots
・ Comparison of Internet Relay Chat clients
・ Comparison of Internet Relay Chat daemons
・ Comparison of IOC, FIFA, and ISO 3166 country codes
・ Comparison of iOS e-book reader software
・ Comparison of iPod managers
・ Comparison of IPv6 support in operating systems
・ Comparison of iSCSI targets
・ Comparison of Islamic and Jewish dietary laws
・ Comparison of issue-tracking systems
・ Comparison of Java and Android API
Comparison of Java and C++
・ Comparison of Java Remote Desktop projects
・ Comparison of Java virtual machines
・ Comparison of JavaScript charting frameworks
・ Comparison of JavaScript frameworks
・ Comparison of JavaScript-based source code editors
・ Comparison of karate styles
・ Comparison of LAN messengers
・ Comparison of layout engines (Cascading Style Sheets)
・ Comparison of layout engines (Document Object Model)
・ Comparison of layout engines (ECMAScript)
・ Comparison of layout engines (graphics)
・ Comparison of layout engines (HTML)
・ Comparison of layout engines (HTML5 canvas)
・ Comparison of layout engines (HTML5 media)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Comparison of Java and C++ : ウィキペディア英語版
Comparison of Java and C++

This is a comparison of the Java programming language with the C++ programming language.
== Design aims ==
The differences between the C++ and Java programming languages can be traced to their heritage, as they have different design goals.
;C++: Was designed for systems and applications programming (a.k.a. infrastructure programming), extending the C programming language. To this procedural programming language designed for efficient execution, C++ has added support for statically typed object-oriented programming, exception handling, lifetime-based resource management (RAII), generic programming, and template metaprogramming, in particular. It also added a standard library which includes generic containers and algorithms (STL), as well as many other general purpose facilities.
;Java: Is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible. It relies on a Java virtual machine to be secure and highly portable. It is bundled with an extensive library designed to provide a complete abstraction of the underlying platform. Java is a statically typed object-oriented language that uses similar (but incompatible) syntax to C++. It includes a documentation system called Javadoc.
The different goals in the development of C++ and Java resulted in different principles and design tradeoffs between the languages.
The differences are as follows :

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Comparison of Java and C++」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.